home *** CD-ROM | disk | FTP | other *** search
/ Spiceworld The Movie - Interactive CD-ROM / Spiceworld The Movie: Interactive CD-ROM.iso / pc / elements / spicetwo.dir / scripts_192.ls < prev    next >
Encoding:
Text File  |  1997-12-04  |  200 b   |  10 lines

  1. on mouseDown
  2.   global PRINTLIST
  3.   doButton()
  4.   if the result = 1 then
  5.     repeat with x = 1 to the number of lines in PRINTLIST - 1
  6.       print(member line x of PRINTLIST)
  7.     end repeat
  8.   end if
  9. end
  10.